home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / h / NeXT.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  653 b   |  33 lines

  1. #
  2. # For NeXT Operating system 2.
  3. #
  4.  
  5. LBINDIR=/usr/local/bin
  6.  
  7. OFLAG=    -O
  8. LIBS=    -lsys_s -lm 
  9. LIBC= 
  10. ODIR_DEBUG=  -g
  11.  
  12. CC=    cc -DVOL=volatile -I$(GCLDIR)/o -fwritable-strings
  13.  
  14. # The option -seglinkedit is specified so that rld_load() can be used.
  15. LDCC=    ld -X -seglinkedit -segprot __TEXT rwx rwx /lib/crt0.o 
  16.  
  17. # bcmp(), bcopy(), and bzero() are already included in the NeXT C library.
  18. LIBFILES=
  19.  
  20. CFLAGS    = -c $(DEFS)  -I../h
  21.  
  22. MAIN    = ../o/main.o
  23.  
  24. INITFORM=(setq compiler::*cc* "cc -DVOL=volatile -fwritable-strings")
  25.  
  26. MPFILES=$(MPDIR)/mpi-bsd68k.o $(MPDIR)/libmport.a
  27.  
  28. # Use symbolic links
  29. SYMB=-s
  30.  
  31. # the  make to use for saved_kcp the profiler.
  32. KCP=kcp-next
  33.